Properties of the TDADumpOptions class.
For a complete list of the TDADumpOptions class members, see the TDADumpOptions Members topic.
Published
Name | Description |
AddDrop |
Used to add DROP statements to a script before CREATE statements.
|
CompleteInsert |
Used to explicitly specify the table fields names when generating the INSERT SQL query. The default value is False.
|
GenerateHeader |
Used to add a comment header to a script.
|
QuoteNames |
Used for TDADump to quote all database object names in generated SQL statements.
|
See Also